Win7Pro: Using "netsh rpc add 127.0.0.1" or "rpccfg -a 1" causes RPC subsystem to crash.
On reboot. RPC will quickly crash and the system will force shutdown (in one minute). Tried classic (XP) "ListenOnInternet"="N" registry key: no effect. Tried enabling all interfaces explicitly (rpccfg): Works but useless. Tried disabling NIC card: Works but useless (no connectivity). Tried enabling all interfaces explicitly except externally connected NIC (rpccfg): Crash. Added custom loopback interface (Fake NIC) to try and placate RPC: Crash.
June 15th, 2012 6:57pm

Hi, Please run netsh show settings and netsh show interface (without quotes) commands first. The subnet address is 127.0.0.0. Here is one article about netsh rpc can be referred to. Netsh commands for RPC http://technet.microsoft.com/en-us/library/cc784909(v=ws.10).aspx#BKMK_3 Hope that helps.Ivan-Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 19th, 2012 9:03pm

C:\>netsh rpc show settings Default C:\>netsh rpc show interfaces Subnet Interface Status Description 127.0.0.0 127.0.0.1 Enabled Software Loopback Interface 1 192.168.0.0 192.168.0.2 Enabled NETGEAR FA311v2 PCI Adapter C:\>netsh rpc add 127.0.0.0 C:\>netsh rpc show interfaces Subnet Interface Status Description 127.0.0.0 127.0.0.1 Enabled Software Loopback Interface 1 192.168.0.0 192.168.0.2 Disabled NETGEAR FA311v2 PCI Adapter -- Reboot. -- After login RPC system will crash and the system (W7Pro) will go into "shutdown in 1 minute" mode. C:\>netsh rpc reset (Returns it to working system)
June 21st, 2012 3:11am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics